home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / archiver / unix / unz50p1.zoo / MSDOS / tcc / zi_make.bat < prev    next >
DOS Batch File  |  1992-06-19  |  255b  |  8 lines

  1. tcc -c -w -K -G -a -d -O -Z zipinfo.c envargs.c match.c
  2. tcc -c -w -K -G -a -d -O -Z -DZIPINFO -omisc_.obj misc.c
  3. tcc -K -G -a -d -O -Z zipinfo.obj envargs.obj match.obj misc_.obj
  4. rem del zipinfo.obj
  5. rem del match.obj
  6. rem del misc_.obj
  7. rem del envargs.obj
  8.